home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0497 / AMOSLIST / text0055.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  2.2 KB  |  76 lines

  1. On 09-Apr-97, Andrew Hawkins wrote:
  2.  
  3. >I remember reading someones comments on hiding AMOS programs >when executed by renaming .abk files and hiding the orange
  4. >screen to start.
  5.  
  6.    YES, use the Default Palette command to set all colors to say 
  7.    black or grey like this:
  8.  
  9.    Default Palette $0,0,0,0,0,0,0,0,0,0,0,0,0,0,0   
  10.  
  11.    which will prevent the orange (signal-flare) Amos start-up!!
  12.  
  13.  
  14. >How can you change the way AMOS starts up.
  15. >For example, when you do a directory listing on an AMOS stand-alone
  16. >disk containing your distributable software, lo and behold, there,
  17. >screaming in bright colours and agonizing sounds is a directory
  18. >called AMOS_System...
  19.  
  20.    WHY?  If you have compiled your AMOS program then you do not
  21.    need any drawers on your distributable disk EXCEPT the S, LIBS
  22.    and FONTS drawers.
  23.  
  24.    LIBS drawer needs the mathtrans.library and diskfont.library.  As
  25.    long as you compile with the include AMOS library you do not
  26.    need the AMOS.library on your distribution-disk.
  27.  
  28.    FONTS does not need ANYTHING unless you are NOT using the
  29.    standard ROM fonts, in that case you will need to place the fonts
  30.    required by your program in this FONTS drawer on your
  31.    distribution-disk.
  32.    Actually, if you ARE using the ROM fonts I do not think you even
  33.    need to include the FONTS drawer at all.
  34.  
  35.    S drawer, of course, needs your Startup-Sequence.
  36.  
  37.  
  38.    There is NO need to include an AMOS_System drawer, at least as 
  39.    far as I know.  I have NEVER included it on a distribution-disk.
  40.  
  41.  
  42.  
  43. >How can this be changed so that 
  44. >A) AMOS starts up and works using a new folder called say SYSTEM
  45.       
  46.         Why do you need to change your actual AMOS program? No one
  47.         will see this but you anyway.
  48.  
  49.  
  50. >B) All programs compile
  51.  
  52.         ???
  53.  
  54. >The distributable disk also works with the new folder SYSTEM.
  55. >(SYSTEM of course is the renamed AMOS_SYSTEM drawer)
  56.  
  57.          See Above!!
  58.  
  59.  
  60.  
  61.       Well, I hope this has been of some help, perhaps I do not fully
  62.       understand what you are trying to do?
  63.  
  64.       Are you actually compiling you AMOS programs for stand-alone
  65.       distribution or are you trying to use RAMOS for the distribution?
  66.  
  67.  
  68.  
  69.  
  70.          Garfield (Unlimited Design)      gbenjam@ix.netcom.com
  71.  
  72.  
  73.  
  74.  
  75.  
  76.